home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / winsql.zip / EXAMPLES.ZIP / QUERY15.SQL < prev    next >
Text File  |  1991-05-30  |  101b  |  5 lines

  1. delete from spj where 'Rome' =
  2.   (select city from j where j.jno = spj.jno);
  3.  
  4. select * from spj;
  5.